Release 10.1A: OpenEdge Development:
Progress 4GL Reference
TABLE-LIST attribute
Returns a comma-separated list of all tables referenced in the r-code file specified by the RCODE-INFO:FILE-NAME attribute. Each table reference includes the table name and related database name (for example:
Data type: CHARACTER Access: Readable Applies to: RCODE-INFO system handleSPORTS.CUSTOMER).This list corresponds directly to the list generated by the TABLE-CRC-LIST attribute.
Use this attribute with the TABLE-CRC-LIST attribute to compare the CRC value for all tables referenced in the r-code file with those stored in the database to determine whether or not a procedure file needs to be recompiled after a database change.
If the r-code file was compiled without table references, this attribute returns the empty string (“ ”).
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |